GET api/version/{name}

This method is used to retrieve the version of a specific component of the Epic API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

This parameter is the name of the component for which the version is requested. Possible values are: EpicApiService, EpicApplicationService, DestinyWebService

string

Required

Body Parameters

None.

Response Information

Resource Description

The version of the requested component.

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>